home *** CD-ROM | disk | FTP | other *** search
- object frmDropEdit: TfrmDropEdit
- Left = 122
- Top = 410
- BorderStyle = bsNone
- Caption = 'frmDropEdit'
- ClientHeight = 124
- ClientWidth = 155
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 155
- Height = 124
- Align = alClient
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- object Label1: TLabel
- Left = 7
- Top = 5
- Width = 138
- Height = 24
- Caption = 'Select a Color:'
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object rgColor: TRadioGroup
- Left = 10
- Top = 30
- Width = 134
- Height = 84
- Caption = 'Color'
- Color = clBtnFace
- Columns = 2
- Items.Strings = (
- 'Red'
- 'Green'
- 'Blue'
- 'Purple'
- 'Yellow'
- 'Orange')
- ParentColor = False
- TabOrder = 0
- OnClick = rgColorClick
- end
- end
- end
-